As an assignment i have to create a spiral matrix where the user inputs the number of rows and number of columns. This is my code for far (first year in colleg
Hi I have this three very simple tables but I can't fix it to get the right format of foreign key. CREATE TABLE company( company_name varchar(30) UNIQUE NOT NUL
Suppose, I have a list [0.5,1,1.5,2,2.5,3,3.5,4,4.5], now I would like to extract the indices of a list [1.5,2.5,3.5,4.5], which is a subset of that list.
I using ssis package.I want insert flat file source (text file) to sql. Addres of text file is dynamic so i define variable for path.I have the sp like this: CR
As far as I understand, you have to disconnect from MongoDB after you finish using it, but I'm not entirely sure how to do it right var collection *mongo.Collec
I have backend "remote" configured with provider mongodb/mongodbatlas. Mongodb Atlas cluster configured with auto_scaling_disk_gb_enabled = true. Also during fi
I would like to pass data with vue router from App.vue to view (Home). Orignial data store in data() App.vuejs and I need to pass this data to view with methods
Where does the logs of AKS virtual node is stored? We have deployed fluentd as daemon-set and it is running in all physical nodes of our AKS cluster except on v
I'm trying to code bot that has reaction role function. My bot adds reactions to the message, but when I'll react to the message nothing happens. Bot should giv